Welcome![Sign In][Sign Up]
Location:
Search - vc o

Search list

[Other resourcebacktrack--TSP

Description: 使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)
Platform: | Size: 5409 | Author: 太阳 | Hits:

[Other resourceSpline

Description: 生成样条的程序,vc++下面的MFC程序,可以选择两种样条,并且根据C键,O键来进行选择和变换
Platform: | Size: 21549 | Author: 王明 | Hits:

[Otherbufdecode

Description: 调试字符串内容的函数,效果如同ultraedit查看二进制文件 g++ -o a decode.cpp vc直接编译,可能要稍作修改-debug strings a function of results as ultraedit View binary files g-o decode.cpp vc a direct compiler, may have to make some modifications
Platform: | Size: 1146 | Author: 王勇 | Hits:

[VC/MFCvc6.0在WIN7中不兼容问题解决方案

Description: 很详细得阐述了如何在最新的WINDOWS7系统下完美解决利用VC 6.O编译器的兼容性问题。
Platform: | Size: 967874 | Author: mvpzhan@sina.com | Hits:

[Communication-MobileComplex VB OPC Automation Example

Description: KEPServerEx的客户端源码-KEPServerEx client code
Platform: | Size: 230400 | Author: 安新 | Hits:

[Otherbufdecode

Description: 调试字符串内容的函数,效果如同ultraedit查看二进制文件 g++ -o a decode.cpp vc直接编译,可能要稍作修改-debug strings a function of results as ultraedit View binary files g-o decode.cpp vc a direct compiler, may have to make some modifications
Platform: | Size: 1024 | Author: 王勇 | Hits:

[ADO-ODBCvc_oci_oracle_win

Description: windows下操作oracle的快速接口oci,是oracle的最底层接口-windows operating under oracle interface oci fast, oracle is the bottom interface
Platform: | Size: 419840 | Author: 陈全勇 | Hits:

[Mathimatics-Numerical algorithmsCCHDUlink

Description: 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口中以图形方式输出链表,窗口图形显示,主要是利用画直线和画矩形函数实现。数值的输出通过VC自带的函数在相应的坐标点显示。链表的动态显示所涉及的问题是:在一个窗口中输出了图形是始终存在的。要实行动态显示,必须在一段区域内画一个足够大的图形(其中画笔和填充颜色都把它设为背景色,这样就能把原来的图形覆盖掉,然后把链表重画一下,这样就能实现动态显示。由此,对链表的相应操作后,通过上述操作,就能实现链表的动态实现了。-the subject involved in the operation of control from which to choose to create a linked list of types (with VC Radi o Button to achieve choice), then Edit Control (Edit Button), data entry, then create Listless from the interception control data into mathematical data, the income of Chain chain operation, in order to establish a linked list. Listless established, the request in the window to the graphic output Chain, window graphics, mainly using linear paintings and painted rectangular Function. The value of output by VC's own function in the corresponding coordinates suggests. Chain dynamic display of the issues involved are : a window graphics output is always exist. To implement dynamic display, in some regions must be painted a sufficiently large graphics (including brushes and f
Platform: | Size: 2004992 | Author: 华姿翔 | Hits:

[ActiveX/DCOM/ATLaddflow5.4.1

Description: 最新版本AddFlow矢量图OCX控件5.4.1(包含破解程序),保证好用,本人正使用中!vb6,vc6,bc,delpi-latest version AddFlow vector OCX controls 5.4.1 (including crack), you to ensure ease of use, I now use! VB6, vc6, bc, delpi
Platform: | Size: 3732480 | Author: 何胜伟 | Hits:

[Graph Recognizetocr14

Description: ocr vb 源代码,很不错的ocr程序。值得一试。-ocr vb source code, a very good ocr procedures. Worth a try.
Platform: | Size: 63488 | Author: 林首位 | Hits:

[Graph Recognize00rt1

Description: 利用的是Microsoft Office Document Imaging组件的ocr功能。 同理,只要你能把你所需要的任何文档利用Microsoft Office Document Image Writer转换为mdi文件,你就能把它转换为word文档。 -Use the Microsoft Office Document Imaging component ocr function. Similarly, as long as you can you need any document using Microsoft Office Document Image Writer convert mdi file, you will be able to convert it into a word document.
Platform: | Size: 60416 | Author: ganling | Hits:

[J2ME070105111827

Description: 提供给JAVA入门者,免費下载PPT和源码 很多网友问我学习Java有没有什么捷径,我说“无他,唯手熟尔”。但是我却很愿意将自己学习的一些经验写出来,以便后来者少走弯路,帮助别人是最大的快乐嘛!   要想学好Java,首先要知道Java的大致分类。我们知道,自从Sun推出Java以来,就力图使之无所不包,所以Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE,这也就是Sun ONE(Open Net Environment)体系。J2SE就是Java2的标准版,主要用于桌面应用软件的编程;J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。J2SE开发桌面应用软件比起VC,VB,DELPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。所以现在应用最广泛又最好学的就是J2EE了。J2EE又包括许多组件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要学习起来可不是一两天的事。   那么又该如何学习J2EE呢?当然Java语法得先看一看的,I/O包,Util包,Lang包你都熟悉了吗?然后再从JSP学起。如果你学过HTML,那么事情要好办的多,如果没有,那你快去补一补HTML基础吧。其
Platform: | Size: 445440 | Author: 智慧男孩 | Hits:

[Software Engineeringvcoci

Description:
Platform: | Size: 142336 | Author: 骆新 | Hits:

[OS programNingzProject

Description: 采用VC++/MFC开发工具,以RAID磁盘阵列技术与计算机模拟为基础设计RAID0下的I/O请求性能模拟系统
Platform: | Size: 50176 | Author: fly_one_1 | Hits:

[2D Graphicfacedetectionvc

Description: 人脸检测的VC代码 很好的一个东西 o(∩_∩)o-Face Detection in VC code a good thing o (∩ _ ∩) o
Platform: | Size: 225280 | Author: lksdhkjdf | Hits:

[AI-NN-PRbacktrack--TSP

Description: 使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)-Use backtracking to solve TSP problems, the use of VC++ Prepared. Code volume quite low, but when the need for greater data a longer period of time complexity is O (n!)
Platform: | Size: 5120 | Author: 太阳 | Hits:

[VC/MFCSpline

Description: 生成样条的程序,vc++下面的MFC程序,可以选择两种样条,并且根据C键,O键来进行选择和变换-Generation-spline procedure, vc++ Following MFC program, you can choose two types of splines, and in accordance with C button, O button to select and transform
Platform: | Size: 21504 | Author: 王明 | Hits:

[Windows Develop21dian

Description: 设计一个21点游戏,要求可以人人对战,要有游戏界面,可以由电脑判断输赢情况。 计算模型:由于要涉及到洗牌和发牌所以要由随机函数进行洗牌,通过for语句进行发牌,最后通过将每个人的点数相加得到总点数,进而判断输赢。 设计方案:用VC环境来设计游戏的界面,包括发牌按钮,拒绝要牌按钮,判断胜负按钮,以及牌和最终胜负的输出显示框。使用C语言并配合MFC进行程序的设计。-The design of a 21 o clock game, everyone is asking for war, we need to have the game interface, you can determine the winning or losing the case by computer. Calculation model: As the need to relate to shuffle and licensing it is necessary to carry out random shuffle function, through the for statement to conduct the licensing, and finally through the points of each person to be the total sum of points, and then judge the winning or losing. Design options: with VC games environment to design the interface, including the licensing button, and refused to license button, to determine the outcome of the button, as well as licensing and final outcome of the output display box. The use of C language and carry out procedures with MFC design.
Platform: | Size: 624640 | Author: miao | Hits:

[Internet-Networkadsl

Description: adsl拨号工具 有很多功能 不错啊 大家试试 -adsl dial-up tool has many functions ah well try everyone
Platform: | Size: 1122304 | Author: sdgfgdfg | Hits:

[CommunicationS7

Description: SIMATIC NET OPC Server Sample Programs S7-SIMATIC NET OPC Server Sample ProgramsS7
Platform: | Size: 330752 | Author: mrfu | Hits:
« 1 2 3 4 56 7 8 9 »

CodeBus www.codebus.net